/** leftmenu.css */

#leftmenu {
    top: 75px;
}
#account {
    display: block;
    position: relative;
    height: 125px;
    margin: 0;
}
.account-img {
    float: left;
    padding: 30px 0 0 20px;
}
.account-img img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #ededed;
}
.account-texts {
    display: block;
    position: relative;
    text-align: right;
    margin-right: 10px;
}
.account-texts h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 2px;
}
.preferences {
    display: inline-block;
    position: relative;
    color: #bdbdbd;
}
.connexion {
    display: inline-block;
    position: relative;
    color: #bdbdbd;
    margin-top: 10px;
}
.connexion:before {
    font-family: 'Glyphicons Halflings';
    content: "\e014";
    margin-right: 5px;
    color: #6C9E00;
    top: 3px;
    position: relative;
}
.account-lang {
    display: block;
    position: relative;
    height: 30px;
    font-size: 12px;
    padding-top: 10px;
}
.account-lang a {
    display: inline-block;
    position: relative;
    width: 18px;
    color: #bdbdbd;
}
.account-lang a:hover {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #6C9E00;
}
.lang-active {
    font-weight: bold;
    color: #6C9E00 !important;
}
.lang-separator {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 1px;
    background-color: #ccc;
}
#calendar {
    display: block;
    position: relative;
    height: 110px;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    color: #6C9E00;
}
.calendar-block {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 6px;
    padding-top: 18px;
}
.calendar-block:before {
    font-family: 'Glyphicons Halflings';
    content: "\e109";
    font-size: 17px;
    float: left;
    margin-right: 5px;
    color: #9E9E9E;
    margin-top: 4px;
}
.calendar-block input {
    width: 88px;
    border: 1px solid #E9E9E9;
    text-align: center;
    height: 30px;
}
.calendar-button {
    color: white;
    float: left;
    font-size: 12px;
    line-height: 1.2em;
    padding: 15px 5px 0;
    position: relative;
    width: 50%;
}
.calendar-button button {
    background-color: #bfbfbf;
    border: 1px solid #e3e3e3;
    margin: 0;
    width: 100%;
}
.calendar-button button span {
    float: left;
    margin-right: 5px;
    padding-top: 8px;
}
.calendar-button button p {
    margin: 0;
}
.calendar-button button:hover, .calendar-button button:focus {
    background-color: #6c9e00;
    outline: medium none;
}

/* LEFT BARRE >> PROFILE */

#collapseProfil ul li.selected { 
    background: #6C9E00; 
    color: white; 
}

#profil .panel {
    border: 0;
}
.profil_button {
    display: block;
    position: relative;
    height: 70px;
    width: 125px;
    font-size: 12px;
    line-height: 1.2em;
    padding-top: 7px;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    text-align: center;
}
.profil_button p {
    display: inline-block;
    position: relative;
    margin: 0;
}

.no_border_left {
    border-left: 0;
}
.no_border_bottom {
    border-bottom: 0;
}

.edit, .save, .load-profil, .admin, .dashboard, .search {
    display: block;
    position: relative;
    margin-left: 51px;
    margin-bottom: 3px;
    padding: 12px;
}
.edit {
    background: url(../images/icon/edit-icon.png);
    background-repeat: no-repeat;
}
#collapseProfil .selected .edit {
    background: url(../images/icon/edit-icon-active.png);
    background-repeat: no-repeat;
}
.save {
    background: url(../images/icon/save-icon.png);
    background-repeat: no-repeat;
}
#collapseProfil .selected .save {
    background: url(../images/icon/save-icon-active.png);
    background-repeat: no-repeat;
}
.load-profil {
    background: url(../images/icon/load_profil-icon.png);
    background-repeat: no-repeat;
}
#collapseProfil .selected .load-profil {
    background: url(../images/icon/load_profil-icon-active.png);
    background-repeat: no-repeat;
}
.admin {
    background: url(../images/icon/admin-icon.png);
    background-repeat: no-repeat;
}
#collapseProfil .selected .admin {
    background: url(../images/icon/admin-icon-active.png);
    background-repeat: no-repeat;
}
.pdf {
    background: url(../images/icon/pdf-icon.png);
    background-repeat: no-repeat;
}
.dashboard {
    background: url(../images/icon/dashboard-icon.png);
    background-repeat: no-repeat;
}
#collapseProfil .selected .dashboard {
    background: url(../images/icon/dashboard-icon-active.png);
    background-repeat: no-repeat;
}
.search {
    background: url(../images/icon/search-icon.png);
    background-repeat: no-repeat;
}
#collapseProfil .selected .search {
    background: url(../images/icon/search-icon-active.png);
    background-repeat: no-repeat;
}
#profil .panel-default > .panel-heading {
    height: 50px;
    border-radius: 0;
    padding: 15px 10px;
}
#profil .panel-body {
    padding: 0;
}
#profil .panel-body ul {
    list-style: none;
    float: left;
    padding: 0;
    margin-bottom: 0;
}
#profil .panel-body ul li {
    float: left;
    width: 50%;
}
.results-block {
    display: block;
    position: relative;
    padding: 15px 20px 0 20px;
}
.results-control {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    z-index: 0;
}
#select-profile {
    font-size: 16px;
    border-radius: 0;
    border: 0;
    background-color: white;
    width: 100%;
}

.results-control select {
    width: 100%;
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding-right: 30px;
}
.results-profil {
    display: inline-block;
    position: relative;
    padding: 15px 0 15px 0;
    font-size: 13px;
    border-bottom: 1px solid #ccc; 
}
.results-profil-noms {
    display: block;
    position: relative;
    float: left;
    color: #6C9E00;
    width: 65px;
    text-align: right;
}
.results-profil-resultats {
    display: block;
    position: relative;
    float: left;
    width: 140px;
    padding-left: 10px;
}
